Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.localconf.ui--actions

This contribution is part of XML component org.nuxeo.ecm.localconf.ui inside nuxeo-localconf-web-9.10.jar /OSGI-INF/local-configuration-ui-types.xml

Extension Point

Extension point actions of component ActionService.

Contributed Items

  • <action icon="/icons/file.gif" id="UI_TYPES_CONFIGURATION" label="action.view.types.configuration" link="/incl/tabs/ui_types_configuration.xhtml" order="100">
          <category>LOCAL_CONFIGURATION</category>
          <filter-id>manage</filter-id>
        </action>

XML Source

<extension point="actions" target="org.nuxeo.ecm.platform.actions.ActionService">

    <action icon="/icons/file.gif" id="UI_TYPES_CONFIGURATION" label="action.view.types.configuration" link="/incl/tabs/ui_types_configuration.xhtml" order="100">
      <category>LOCAL_CONFIGURATION</category>
      <filter-id>manage</filter-id>
    </action>

  </extension>